home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel
/
CAROUSEL.cdr
/
mactosh
/
hc
/
flash.sit
/
Flash Cards
/
background_2580.txt
< prev
next >
Wrap
Text File
|
1988-11-26
|
3KB
|
153 lines
-- background: 2580 from stack: in
-- bmap block id: 3986
-- flags: 4000
-- background id: 0
-- name: SET 1
-- part 14 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=129 top=305 right=326 bottom=190
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Hint
----- HyperTalk script -----
on mouseUp
play "Boing"
show field Hint
end mouseUp
-- part 15 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=17 top=72 right=143 bottom=304
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 251
-- text size: 48
-- style flags: 0
-- line height: 64
-- part name: Word
-- part 16 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=14 top=29 right=63 bottom=53
-- title width / last selected line: 0
-- icon id / first selected line: 1016 / 1016
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
hide field Hint
go to previous card
end mouseUp
-- part 17 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=267 top=29 right=63 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 32650 / 32650
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
hide field Hint
go to next card
end mouseUp
-- part 19 (field)
-- low flags: 81
-- high flags: 0000
-- rect: left=17 top=182 right=224 bottom=304
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 251
-- text size: 28
-- style flags: 0
-- line height: 37
-- part name: Hint
----- HyperTalk script -----
-- part 20 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=137 top=29 right=67 bottom=178
-- title width / last selected line: 0
-- icon id / first selected line: 20098 / 20098
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris close
go home
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=311 top=28 right=332 bottom=495
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Wrong Answer
----- HyperTalk script -----
on mouseUp
play "boing"
end mouseUp
-- part 22 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=15 top=300 right=329 bottom=53
-- title width / last selected line: 0
-- icon id / first selected line: 5472 / 5472
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: First
----- HyperTalk script -----
on mouseUp
go to card "TOP"
end mouseUp